home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / graphicdump.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  2.6 KB  |  91 lines

  1. GraphicDump
  2.  
  3. USAGE:
  4.  
  5. GraphicDump [TINY|SMALL|MEDIUM|LARGE|xdots:ydots]
  6. [SIZE={TINY|SMALL|MEDIUM|LARGE|xdots:ydots}] [DELAY=seconds] [UNIT=number]
  7.  
  8. PURPOSE:
  9.  
  10. To do a raster dump of the front screen
  11.  
  12. SPECIFICATION:
  13.  
  14. GraphicDump is a tool to do a raster dump of the frontmost (or only)
  15. Intuition screen to the graphic printer selected in Preferences. If the
  16. program is run from Workbench or without any arguments from Shell then
  17. printing will commence after a 10 second pause (to allow the user to insure
  18. that the screen to print is the frontmost).
  19.  
  20. There are eight options from which the user may choose when using GraphicDump
  21. from Shell; the same options can also be used as tool types for the
  22. GraphicDump icon.
  23.  
  24. TINY
  25.  
  26. Make the width of the resulting printout about 1/4 the total width allowed by
  27. the printer. The height is such that the screen`s original aspect ratio is
  28. maintained.
  29.  
  30. SMALL
  31.  
  32. Make the width of the resulting printout about 1/2 the total width allowed by
  33. the printer. The height is such that the screen`s original aspect ratio is
  34. maintained.
  35.  
  36. MEDIUM
  37.  
  38. Make the width of the resulting printout about 3/4 the total width allowed by
  39. the printer. The height is such that the screen`s original aspect ratio is
  40. maintained.
  41.  
  42. LARGE
  43.  
  44. Make the width of the resulting printout be the full width allowed by the
  45. printer. The height is such that the screen`s original aspect ratio is
  46. maintained.
  47.  
  48. xdots:
  49.  
  50. ydots Use xdots as the absolute width in dots; use ydots as the absolute
  51. height in dots. This allows the user to specify any dimensions within the
  52. confines of the printer.
  53.  
  54. SIZE
  55.  
  56. This option selects one of the five printing sizes, e.g. SIZE=TINY is
  57. equivalent to specifying TINY as the printing size.
  58.  
  59. DELAY
  60.  
  61. This option selects the number of seconds to wait before printing starts.
  62. Default is ten seconds. To start printing right away, specify DELAY=0.
  63.  
  64. UNIT
  65.  
  66. This option selects the printer.device unit number to address when printing.
  67. Default is unit #0. To select a different unit, specify something like
  68. UNIT=1.
  69.  
  70. GraphicDump will attempt to lock the front screen, preventing it from closing
  71. until printing is finished. However, this may not always be possible. In any
  72. case, do not close the front screen until the printout has rolled out of the
  73. printer. Otherwise, you may end up crashing the operating system!
  74.  
  75. NOTE:
  76.  
  77. The printout may not be properly scaled unless you have selected Limits:
  78. Ignore" and Scaling: Fraction" in the printer preferences.
  79.  
  80. EXAMPLES:
  81.  
  82. To produce a printout of the frontmost screen whose width is half that of the
  83. printer`s maximum:
  84.  
  85. 1>GraphicDump MEDIUM
  86.  
  87. To produce a printout of the frontmost screen that is 640 dots in width and
  88. 200 dots in height:
  89.  
  90. 1>GraphicDump 640 200
  91.